home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive CD-ROM & Web Magazine 6
/
Interactive CD-ROM & Web Magazine 6.iso
/
pc
/
imm
/
db
/
db.dir
/
00007_URL.ls
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-05
|
247 b
|
11 lines
on mouseDown
if the text of field 7 <> EMPTY then
copyToClipBoard(cast "URL")
if the machineType = 256 then
URLClicked(the text of field "URL")
else
alert("L' URL è stato copiato negli appunti.")
end if
end if
end